home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB5 Code / Class 6 / QuickExample8.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-09-14  |  3.4 KB  |  102 lines

  1. VERSION 5.00
  2. Object = "{8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0"; "MSCAL.OCX"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3600
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4785
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   3600
  11.    ScaleWidth      =   4785
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin VB.Data Data1 
  14.       Caption         =   "Data1"
  15.       Connect         =   "Access"
  16.       DatabaseName    =   "C:\VBDB\Working\Nwind.mdb"
  17.       DefaultCursorType=   0  'DefaultCursor
  18.       DefaultType     =   2  'UseODBC
  19.       Exclusive       =   0   'False
  20.       Height          =   300
  21.       Left            =   240
  22.       Options         =   0
  23.       ReadOnly        =   0   'False
  24.       RecordsetType   =   1  'Dynaset
  25.       RecordSource    =   "Orders"
  26.       Top             =   3120
  27.       Width           =   2655
  28.    End
  29.    Begin MSACAL.Calendar Calendar1 
  30.       DataField       =   "OrderDate"
  31.       DataSource      =   "Data1"
  32.       Height          =   2895
  33.       Left            =   120
  34.       TabIndex        =   0
  35.       Top             =   0
  36.       Width           =   4575
  37.       _Version        =   524288
  38.       _ExtentX        =   8070
  39.       _ExtentY        =   5106
  40.       _StockProps     =   1
  41.       BackColor       =   -2147483633
  42.       Year            =   1999
  43.       Month           =   9
  44.       Day             =   14
  45.       DayLength       =   1
  46.       MonthLength     =   2
  47.       DayFontColor    =   0
  48.       FirstDay        =   1
  49.       GridCellEffect  =   1
  50.       GridFontColor   =   10485760
  51.       GridLinesColor  =   -2147483632
  52.       ShowDateSelectors=   -1  'True
  53.       ShowDays        =   -1  'True
  54.       ShowHorizontalGrid=   -1  'True
  55.       ShowTitle       =   -1  'True
  56.       ShowVerticalGrid=   -1  'True
  57.       TitleFontColor  =   10485760
  58.       ValueIsNull     =   0   'False
  59.       BeginProperty DayFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  60.          Name            =   "Arial"
  61.          Size            =   8.25
  62.          Charset         =   0
  63.          Weight          =   700
  64.          Underline       =   0   'False
  65.          Italic          =   0   'False
  66.          Strikethrough   =   0   'False
  67.       EndProperty
  68.       BeginProperty GridFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  69.          Name            =   "Arial"
  70.          Size            =   8.25
  71.          Charset         =   0
  72.          Weight          =   400
  73.          Underline       =   0   'False
  74.          Italic          =   0   'False
  75.          Strikethrough   =   0   'False
  76.       EndProperty
  77.       BeginProperty TitleFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  78.          Name            =   "Arial"
  79.          Size            =   12
  80.          Charset         =   0
  81.          Weight          =   700
  82.          Underline       =   0   'False
  83.          Italic          =   0   'False
  84.          Strikethrough   =   0   'False
  85.       EndProperty
  86.    End
  87.    Begin VB.Label Label1 
  88.       Caption         =   "Label1"
  89.       DataField       =   "OrderDate"
  90.       DataSource      =   "Data1"
  91.       Height          =   495
  92.       Left            =   3120
  93.       TabIndex        =   1
  94.       Top             =   3000
  95.       Width           =   1455
  96.    End
  97. Attribute VB_Name = "Form1"
  98. Attribute VB_GlobalNameSpace = False
  99. Attribute VB_Creatable = False
  100. Attribute VB_PredeclaredId = True
  101. Attribute VB_Exposed = False
  102.